home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 007a / ezread17.zip / T.BAT < prev   
DOS Batch File  |  1991-11-20  |  525b  |  11 lines

  1. @echo off
  2. rem  This BAT file demonstrates how to use EZREAD with your
  3. rem  own choice of interline delay, every time you start.
  4. rem  If you don't like the default 3-second delay, but want to
  5. rem  avoid typing the -d# parameter every time you start,
  6. rem  just use your favorite value in place of the 'h' below.
  7. rem  Any integer from 0 to 9 is valid, as well as h for a 1/2 second
  8. rem  delay, and q for a 1/4 second delay.  Now you don't even have to
  9. rem  type EZR filename.ext.  Just type T filename.ext.
  10. ezr %1 -dh
  11.